Give the GtkToolPalette and GtkToolItemGroup the element
names toolpalette and toolitemgroup.
* #GtkToolItems to a palette like container with different
* categories and drag and drop support.
*
+ * # CSS nodes
+ *
+ * GtkToolItemGroup has a single CSS node named toolitemgroup.
+ *
* Since: 2.20
*/
G_MAXINT,
0,
GTK_PARAM_READWRITE));
+
+ gtk_widget_class_set_css_name (wclass, "toolitemgroup");
}
/**
* GDK_ACTION_COPY);
* ]|
*
+ * # CSS nodes
+ *
+ * GtkToolPalette has a single CSS node named toolpalette.
+ *
* Since: 2.20
*/
P_("Whether the item group should receive extra space when the palette grows"),
DEFAULT_CHILD_EXPAND,
GTK_PARAM_READWRITE));
+
+ gtk_widget_class_set_css_name (wclass, "toolpalette");
}
/**